7.8
HIGH CVSS 3.1
CVE-2026-43279
ALSA: usb-audio: Add sanity check for OOB writes at silencing
Description

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Add sanity check for OOB writes at silencing At silencing the playback URB packets in the implicit fb mode before the actual playback, we blindly assume that the received packets fit with the buffer size. But when the setup in the capture stream differs from the playback stream (e.g. due to the USB core limitation of max packet size), such an inconsistency may lead to OOB writes to the buffer, resulting in a crash. For addressing it, add a sanity check of the transfer buffer size at prepare_silent_urb(), and stop the data copy if the received data overflows. Also, report back the transfer error properly from there, too. Note that this doesn't fix the root cause of the playback error itself, but this merely covers the kernel Oops.

INFO

Published Date :

May 6, 2026, 12:16 p.m.

Last Modified :

May 8, 2026, 7:02 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-43279 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 HIGH 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Solution
Patch Linux kernel to add buffer size checks for USB audio playback URBs.
  • Apply the Linux kernel patch for ALSA USB audio.
  • Update to a fixed kernel version.
  • Ensure capture and playback stream setups are consistent.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-43279 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-43279 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-43279 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-43279 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    May. 08, 2026

    Action Type Old Value New Value
    Added CWE CWE-787
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.128 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.75 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.16 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 6.19.6 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.165 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 3.5 up to (excluding) 5.15.202
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/6af16f1b8649df4c00d6ced924bdd8b72c885b6a Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/780dc57794a217b49994fa1d0b42465fb10a00aa Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/8995fc0e00b3fee9bf7ecb3d836b635b730c1049 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/ccaf9296763be4f76b59e2cac377006016c34435 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/fa01973bb79d70c4736b6a4b2de99fbb2cbc8d1f Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/fba2105a157fffcf19825e4eea498346738c9948 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/fc9e5af60dc199051dc202ae78e1fe76a9977a5e Types: Patch
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 08, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    May. 06, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Add sanity check for OOB writes at silencing At silencing the playback URB packets in the implicit fb mode before the actual playback, we blindly assume that the received packets fit with the buffer size. But when the setup in the capture stream differs from the playback stream (e.g. due to the USB core limitation of max packet size), such an inconsistency may lead to OOB writes to the buffer, resulting in a crash. For addressing it, add a sanity check of the transfer buffer size at prepare_silent_urb(), and stop the data copy if the received data overflows. Also, report back the transfer error properly from there, too. Note that this doesn't fix the root cause of the playback error itself, but this merely covers the kernel Oops.
    Added Reference https://git.kernel.org/stable/c/6af16f1b8649df4c00d6ced924bdd8b72c885b6a
    Added Reference https://git.kernel.org/stable/c/780dc57794a217b49994fa1d0b42465fb10a00aa
    Added Reference https://git.kernel.org/stable/c/8995fc0e00b3fee9bf7ecb3d836b635b730c1049
    Added Reference https://git.kernel.org/stable/c/ccaf9296763be4f76b59e2cac377006016c34435
    Added Reference https://git.kernel.org/stable/c/fa01973bb79d70c4736b6a4b2de99fbb2cbc8d1f
    Added Reference https://git.kernel.org/stable/c/fba2105a157fffcf19825e4eea498346738c9948
    Added Reference https://git.kernel.org/stable/c/fc9e5af60dc199051dc202ae78e1fe76a9977a5e
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.